projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc20db5
)
(Explicit Encoding): Fix typo (encoding<->decoding).
author
Kenichi Handa
<handa@m17n.org>
Mon, 15 May 2006 05:57:05 +0000
(
05:57
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 15 May 2006 05:57:05 +0000
(
05:57
+0000)
lispref/nonascii.texi
patch
|
blob
|
history
diff --git
a/lispref/nonascii.texi
b/lispref/nonascii.texi
index ecffd4ae48851dddda3f255fd664f5d2b0d41d29..0f4a70404af2be86dd6a9174c070b211cab34afe 100644
(file)
--- a/
lispref/nonascii.texi
+++ b/
lispref/nonascii.texi
@@
-1203,7
+1203,7
@@
encoding by binding @code{coding-system-for-write} to
@code{no-conversion}.
Here are the functions to perform explicit encoding or decoding. The
-
decoding functions produce sequences of bytes; the en
coding functions
+
encoding functions produce sequences of bytes; the de
coding functions
are meant to operate on sequences of bytes. All of these functions
discard text properties.